projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3409d5f
)
Remove incorrect data check
author
oliskoli
<oliskoli>
Wed, 28 Sep 2005 20:35:26 +0000
(20:35 +0000)
committer
oliskoli
<oliskoli>
Wed, 28 Sep 2005 20:35:26 +0000
(20:35 +0000)
msroute.c
patch
|
blob
|
history
diff --git
a/msroute.c
b/msroute.c
index b8c172b96b1510211730ca526367f9ab493fa1ab..ec26e30b1485bc3871860c126e7588a839accf12 100644
(file)
--- a/
msroute.c
+++ b/
msroute.c
@@
-599,8
+599,6
@@
msroute_read_journey(void)
double lat, lon;
short test;
- /* tested, but undocumented */
- is_fatal(((*cin != 0x23) && (*cin != 0x24)), MYNAME ": Invalid or unknown data!");
cin++;
len = *cin++;